html {
    font-size: 14px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.clearfix:after {
    display: block;
    content: '';
    clear: both;
}

header {
    z-index: 999;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    height: 80px;
    opacity: 0.8;
    background-color: #666666;
}

.main-content {
    display: flex;
    flex-wrap: wrap;
    width: 1200px;
    height: 100%;
}

.main-content .logo {
    display: flex;
    align-items: center;
    width: 40%;
    height: inherit;
}

.main-content .logo .logo-image {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30%;
    height: inherit;
}

.main-content .logo .logo-image img {
    max-width: 100%;
}

.main-content .logo .search-box {
    display: flex;
    align-items: center;
    width: 200px;
    height: 30px;
    border-radius: 50px;
    background-color: white;
    margin-left: 20px;
}

.main-content .logo .search-box input {
    width: 150px;
    outline: none;
    border: none;
    background: none;
    padding-left: 10px;
}

.main-content .logo .search-box button {
    width: 40px;
    height: 20px;
    background: none;
    border: none;
    outline: none;
    border-left: 1px solid #666666;
}

.main-content .logo .search-box button img {
    width: 18px;
    height: 18px;
}

.main-content .menu {
    width: 60%;
    height: inherit;
}

.main-content .menu>ul {
    width: 100%;
    height: inherit;
}

.main-content .menu>ul>li {
    width: 120px;
    height: inherit;
    float: left;
}

.main-content .menu>ul>li>a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 80px;
    text-align: center;
    color: white;
    font-size: 15px;
    text-decoration: none;
    transition: all 0.3s;
}

.main-content .menu>ul>li:hover,
.main-content .menu>ul>li.selected {
    background-color: #7f7f7f;
}

.main-content .menu>ul>li>ul {
    display: none;
    width: 100%;
    height: auto;
}

.main-content .menu>ul>li>ul>li {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #b1b1b1;
}

.main-content .menu>ul>li>ul>li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #f7f7f7;
    text-decoration: none;
    transition: all .35s;
}

.main-content .menu>ul>li>ul>li a:hover {
    color: #ffffff;
    background-color: #f4bbcc;
}

.banner {
    width: 100%;
    height: 900px;
    overflow: hidden;
}

.swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.section {
    width: 100%;
    height: auto;
}

.section>.main-content>.title {
    width: 100%;
    height: auto;
}

.section>.main-content>.title img {
    max-width: 100%;
}

.section>.main-content>.m-title {
    display: none;
    width: 100%;
    height: auto;
}

.section>.main-content>.m-title img {
    max-width: 100%;
}

.section>.main-content>.content {
    position: relative;
    width: 100%;
    height: auto;
}

.section>.main-content>.content>.more {
    width: 100%;
    height: auto;
    margin-top: 50px;
}

.section>.main-content>.content>.more a {
    display: block;
    width: 200px;
    height: 50px;
    margin: 0 auto;
    color: #666666;
    font-size: 20px;
    line-height: 50px;
    text-align: center;
    border-radius: 5px;
    text-decoration: none;
    border: 1px solid #666666;
    transition: all .3s;
}

.section>.main-content>.content>.more a:hover {
    color: #ffffff;
    background-color: #ffb0c6;
    border: 1px solid #ea688d;
}

.section>.main-content.lists {
    margin: 0 auto;
    padding: 70px 0;
}

.section>.video {
    position: relative;
}

.section>.video>video {
    width: 100%;
    height: 100%;
}

.section>.video .v-icon {
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 100%;
    height: 100%;
}

.section>.video .v-icon img {
    width: 100px;
    cursor: pointer;
}

.lists-box {
    width: 100%;
    height: auto;
    margin-top: 70px;
}

.lists-box .lists-item {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 25%;
    height: auto;
    float: left;
}

.service .icon {
    width: 100%;
    height: auto;
    text-align: center;
}

.service .icon img {
    width: 160px;
    height: 160px;
}

.service .icon h3 {
    line-height: 55px;
    font-weight: 500;
    color: #666666;
    font-size: 1.5em;
}

.service .description {
    width: 70%;
    height: 120px;
    color: #727272;
    font-size: .9em;
    line-height: 20px;
}

.grey-bg {
    display:none;
    background-color: #f4f4f4;
}

.image-bg {
    background: url("../images/bg.png");
}

.mask {
    opacity: 0;
    display: flex;
    justify-content: center;
    position: absolute;
    width: 260px;
    height: 350px;
    background-repeat: no-repeat;
    transition: all .35s;
}

.mask:hover {
    opacity: 1;
}

.mask .circle {
    display: none;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -40px;
    width: 80px;
    height: 80px;
    border-radius: 80px;
    background-color: #ea6868;
}

.mask .circle .in-circle {
    width: 72px;
    height: 72px;
    font-size: 1.2em;
    line-height: 72px;
    text-align: center;
    border-radius: 72px;
    border: 1px solid #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.mask .mask-content {
    width: 80%;
    color: #ffffff;
    line-height: 25px;
    margin: 60px auto 0 auto;
}

.lists-item .prepare {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 350px;
}

.lists-item .prepare .image-box {
    position: relative;
    width: 250px;
    height: 250px;
    border-radius: 125px;
    background-size: 100%;
    background-repeat: no-repeat;
    overflow: hidden;
}

.lists-item .prepare .image-box .text {
    position: absolute;
    right: 0;
    bottom: 50px;
    width: 145px;
    height: 40px;
    line-height: 40px;
    background-color: #ffffff;
}

.lists-item .prepare .image-box .text span {
    padding-left: 20px;
}

.lists-item .prepare a {
    color: #666666;
    text-decoration: none;
}

.content.env {
    position: relative;
    padding: 100px 0 50px 0;
}

.content.env .env-person {
    width: 1120px;
}

.env-person .rows {
    width: 100%;
    height: auto;
}

.content.env .env-person img {
    width: 520px;
    height: auto;
}

.content.env .swiper-button-next,
.content.env .swiper-button-prev {
    outline: none;
    top: 350px;
}

.content .article-group {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
}

.content .article-group .article-item {
    width: 25%;
    height: 400px;
}

.content .article-group .article-item .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 120px;
}

.content .article-group .article-item .article-box {
    background: #ffffff;
    width: 100%;
    height: 280px;
}

.content .article-group .article-item .article-box ul {
    display: block;
    width: 80%;
    height: auto;
    padding-top: 20px;
    margin: 0 auto;
}

.content .article-group .article-item .article-box ul li {
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.content .article-group .article-item .article-box ul li a {
    color: #707070;
    text-decoration: none;
    transition: all .3s;
}

.content .article-group .article-item .article-box ul li a:hover {
    color: #ea688d;
}

.footer {
    position: relative;
    width: 100%;
    height: 330px;
    background-color: #2c3642;
}

.footer .content {
    width: 1200px;
    height: auto;
    margin: 0 auto;
}

.footer .content .logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 200px;
}

.footer .content .logo img {
    max-width: 320px;
}

.footer .content .main {
    display: flex;
    width: 100%;
    height: 275px;
    padding-top: 6px;
}

.footer .content .main .box {
    width: 50%;
    height: 85%;
    margin-top: 20px;
}

.footer .content .main .box:nth-child(2) {
    border-left: 2px solid #eeeeee;
}

.footer .content .main .box .nav {
    width: 85%;
    height: auto;
}

.footer .content .main .box .nav>ul>li>span {
    color: #fefefc;
    font-size: 1.3em;
}

.footer .content .main .box .nav>ul {
    display: flex;
    justify-content: space-between;
    margin-top: 12px;
}

.footer .content .main .box .nav>ul>li>ul {
    margin-top: 15px;
}

.footer .content .main .box .nav>ul>li>ul>li {
    margin: 10px 0;
}

.footer .content .main .box .nav>ul>li>ul>li a {
    text-decoration: none;
    color: #aeafb1;
}

.footer .content .main .box .qr {
    display: flex;
    /* align-items: center; */
    width: 100%;
    height: auto;
    margin-top: 10px;
}

.footer .content .main .box .qr ul {
    display: flex;
}

.footer .content .main .box .qr ul li {
    margin-left: 10px;
}

.footer .content .main .box .qr ul li:nth-child(2) {
    margin-left: 112px;
}

.footer .content .main .box .qr ul li .qr-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 170px;
    height: auto;
    margin: 0 auto;
}

.footer .content .main .box .qr ul li .qr-box img {
    width: 95%;
}

.footer .content .main .box .qr ul li .qr-box p {
    display: block;
    color: #aeafb1;
    line-height: 25px;
    font-size: 15px;
    width: 115px;
    margin: 0 auto;
    text-align: center;
    margin-top: 10px;
}

.footer .content .main .box .address {
    width: 85%;
    height: auto;
}

.footer .content .main .box .address .contact {
    width: 100%;
    height: auto;
    margin-top: 10px;
}

.footer .content .main .box .address .contact a {
    display: block;
    width: 500px;
    height: 60px;
    border: 1px solid #ffffff;
    border-radius: 30px;
    text-align: center;
    line-height: 60px;
    color: #ffffff;
    font-size: 20px;
    text-decoration: none;
    margin: 0 auto;
    transition: all .3s;
}

.footer .content .main .box .address .contact a:hover {
    color: #ffffff;
    background-color: #ffb0c6;
    border: 1px solid #ea688d;
}

.footer .content .main .box .address .detail {
    width: 100%;
    height: auto;
    margin-top: 30px;
}

.footer .content .main .box .address .detail p {
    font-size: 1.1em;
    margin: 20px 0;
    color: #aeafb1;
}

.footer .content .main .box .address .detail .share {
    width: 100%;
    height: 50px;
}

.footer .content .main .box .address .detail .share ul {
    display: flex;
}

.footer .content .main .box .address .detail .share ul li {
    margin: 0 10px;
}

.footer .content .main .box .address .detail .share ul li img {
    width: 30px;
}

.footer .copyright {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40px;
    text-align: center;
    border-top: 1px solid #fafafb;
}

.footer .copyright p,
.footer .copyright p a {
    color: #fafafb;
    line-height: 39px;
    text-decoration: none;
}

.footer .copyright span:nth-child(2) {
    margin: 0 20px;
}

.main-content .menu button {
    display: none;
}


.floating_ck{z-index: 9999;position:fixed;right:20px;top:30%;}
.floating_ck dl dd{position:relative;width:80px;height:80px;background-color:#646577;border-bottom:solid 1px #555666;text-align:center;background-repeat:no-repeat;background-position:center 20%;cursor:pointer;}
.floating_ck dl dd:hover{background-color:#ea688d;border-bottom:solid 1px #ea688d;}
.floating_ck dl dd:hover .floating_left{display:block;}
.consult,.words{background-image:url(/skin/contact/zxicon.png);}
.quote{background-image:url(/skin/contact/kficon.png);}
.return{background-image:url(/skin/contact/fanhui.png);}
.floating_ck dd span{color:#fff;display:block;padding-top:54px;}
.floating_left{position:absolute;left:-160px;top:0px;width:160px;height:80px;background-color:#ea688d;border-bottom:solid 1px #ea688d;display:none;}
.floating_left a{color:#fff;line-height:80px;}
.floating_ewm{height:260px;top:-180px;}
.floating_ewm p{color:#fff;margin-top:5px;}
.floating_ewm .qrcord_p01{font-size:12px;line-height:20px;}
.floating_ewm .qrcord_p02{font-size:18px;}

@media screen and (max-width: 768px) {
    header {
        z-index: 999;
        max-width: 100%;
    }
    .main-content .menu .menu-btn {
        display: block;
        width: 100px;
        height: 50px;
        position: absolute;
        right: 15px;
        top: 15px;
        outline: none;
        border: none;
        color: #ffffff;
        background: #908983;
    }
    .main-content .menu {
        position: relative;
    }
    .main-content .menu ul {
        display: none;
        position: absolute;
        /*top: 80px;*/
        /*display: flex;*/
        flex-wrap: wrap;
        justify-content: flex-end;
        padding-top: 80px;
        width: 50%;
        right: 0;
    }
    .main-content .menu ul li {
        background: #757575;
    }
    .main-content .logo {
        display: block;
    }
    .main-content .logo .logo-image {
        width: 100%;
    }
    .main-content .logo .search-box {
        display: none;
    }
    .main-content {
        width: 100%;
    }
    /**/
    .section>.main-content>.title {
        display: none;
    }
    .section>.main-content>.m-title {
        display: block;
        width: 100%;
        height: auto;
    }
    .section>.main-content>.m-title img {
        max-width: 100%;
    }
    .banner {
        height: auto;
        margin-top: 80px;
    }
    .banner img {
        max-width: 100%;
    }
    .lists-box .lists-item {
        width: 50%;
        margin-bottom: 15px;
    }
    .content.env .env-person {
        width: 100%;
    }
    .service .icon img {
        width: 120px;
        height: 120px;
    }
    .first {
        width: 170px;
        height: 250px;
    }
    .lists-item .prepare {
        width: 100%;
        height: 250px;
    }
    .lists-item .prepare .image-box {
        width: 180px;
        height: 180px;
    }
    .section>.main-content.lists {
        padding: 50px 0;
    }
    .content.env {
        padding: 50px 0 50px 0;
    }
    .content .article-group .article-item {
        width: 50%;
    }
    .mask {
        width: 100%;
        height: 250px;
    }
    .mask .circle {
        display: none;
    }
    .mask .mask-content {
        height: 90%;
        margin: 15px auto 0 auto;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 9;
        overflow: hidden;
    }
    .floating_ck {
        display: none;
    }
    /**/
    .footer {
        height: auto;
    }
    .footer .content {
        width: 100%;
        height: auto;
    }
    .footer .content .main {
        display: block;
        height: auto;
    }
    .footer .content .main .box {
        width: 100%;
        height: auto;
    }
    .footer .content .main .box:nth-child(2) {
        border: none;
    }
    .footer .content .main .box .nav {
        display: none;
    }
    .footer .content .main .box .qr {
        height: auto;
    }
    .footer .content .main .box .qr ul {
        width: 100%;
        justify-content: space-around;
    }
    .footer .content .main .box .qr ul li {
        margin: 0;
    }
    .footer .content .main .box .qr ul li:nth-child(2) {
        margin: 0;
    }
    .footer .content .main .box .address {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
    }
    .footer .content .main .box .address .detail {
        width: 90%;
    }
    .footer .content .main .box .address .contact a {
        width: 90%;
    }
    .footer .copyright {
        position: static;
        height: auto;
        margin-top: 20px;
    }

    .footer .copyright p span {
        display: block;
    }

    .footer .content .main .box .address .detail .share {
        height: auto;
    }
}